<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: opensans;
  src: url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg') format('svg'), url('../fonts/opensans-regular-webfont.eot') format('embedded-opentype');
  
  /* font-test*/
  /* IE9 */
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.clear {
  clear: both;
}
.center {
  margin: 0 auto;
}
.ft-wei {
  font-weight: 600;
}
.hide-excess-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.v-center {
  display: flex;
  justify-content: center;
  align-items: Center;
}
@keyframes imgHover {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.imgHover {
  animation: imgHover 1s forwards;
}
body {
  background-color: #fff;
  font-family: opensans, tahoma, Times New Roman, Arial, Helvetica, sans-serif;
  letter-spacing: 0.3px;
}
h1 {
  font-size: 20px;
  font-weight: 600;
  color: #4c597a;
}
a {
  color: #333;
  text-decoration: none;
}
a:visited,
a:link {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.btn-primary {
  background-color: #9e9076;
  border: 1px solid #9e9076;
}
.btn-primary:hover {
  background-color: #999999;
  border: 1px solid #999999;
}
.btn-info,
a.btn-info {
  background-color: #c01d2e;
  border: 1px solid #c01d2e;
  color: #fff;
}
.btn-info:hover,
a.btn-info:hover {
  background-color: #999999;
  border: 1px solid #999999;
}
.btn-default {
  background-color: transparent;
  background-color: #eeeeee;
}
.btn-default:link,
.btn-default:visited {
  padding: 5px 20px;
  border-radius: 20px;
  text-transform: uppercase;
}
.btn-default:hover {
  background-color: #999999;
  color: #ffffff;
}
.pagination &gt; .active &gt; a {
  background-color: #c01d2e;
  border: 1px solid #c01d2e;
}
.pagination &gt; .active &gt; a:hover {
  background-color: #9e9076;
  border: 1px solid #9e9076;
}
.container-fluid {
  margin: 0px 0 30px 0;
}
.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.image.ishover {
  overflow: hidden;
}
.image.ishover:hover img {
  animation: imgHover 1s forwards;
}
.content img,
.content table {
  max-width: 100%;
}
header {
  margin-bottom: 5px;
}
header .top-header {
  background-color: #222a4e;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #ffffff;
}
header .top-header .topkeywords {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
header .top-header .top-contact .top-contact-icon {
  color: #ffffff;
}
header .top-header .top-contact .top-contact-info {
  color: #ffffff;
}
header .top-header .search-form {
  display: none;
  position: absolute;
}
header .top-header .search-form form {
  position: relative;
}
header .top-header .search-form form input[type=text] {
  margin: 0 0 0 auto;
  padding-right: 25px;
}
header .top-header .search-form form button {
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  color: #222a4e;
  padding: 0;
  background-color: #ffffff;
  border: none;
  position: absolute;
  right: 6px;
}
header .top-header .top-btn {
  text-align: right;
}
header .top-header .top-btn a {
  color: #ffffff;
  text-decoration: none;
}
header .top-header .top-btn .search {
  position: relative;
}
header .top-header .top-btn button.navbar-toggle .icon-bar {
  background-color: #ffffff;
}
header .header-logo {
  margin: 0;
  padding: 0;
  background-color: #fff;
}
header .header-logo a {
  display: flex;
  justify-content: left;
  padding-left: 10px;
  align-items: center;
}
header .header-logo a img {
  max-width: 100%;
  max-height: 100%;
}
header .header-logo span {
        font-weight: 600;
        font-size: 20px;
        text-transform: Uppercase;
}
header .header-logo .jumbotron-search input {
  float: left;
  width: auto;
}
header .header-logo .jumbotron-search button {
  float: left;
  color: #fff;
  background-color: #3C4E58;
}
header .header {
  z-index: 1000;
  width: 100%;
  background-color: transparent;
}
header .header #menu {
  border: 0;
  background-color: #21294d;
  text-transform: uppercase;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 0px solid #fba31d;
}
header .header #menu.navbar-fixed-top {
  box-shadow: 0px 1px 10px #ddd;
}
header .header #menu .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header #menu .container .menu-menu {
  width: 100%;
}
header .header #menu .container .menu-menu a {
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
}
header .header #menu .container .menu-menu a .caret {
  color: #ffc700;
}
header .header #menu .container .menu-menu a:hover {
  color: #ffc700;
}
header .header #menu .container .menu-menu .navbar-nav &gt; li {
  padding: 0;
}
header .header #menu .container .menu-menu .navbar-nav &gt; li.active &gt; a {
  color: #ffc700;
}
header .header #menu .container .menu-menu .navbar-nav &gt; li.selected &gt; a {
  color: #ffc700;
}
header .header #menu .container .menu-menu .nav-menu .dropdown-menu {
  background-color: #fafafa;
  left: 0;
  right: auto;
  text-transform: capitalize;
}
header .header #menu .container .menu-menu .nav-menu .dropdown-menu li {
  display: block;
}
header .header #menu .container .menu-menu .nav-menu .dropdown-menu li a {
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 400px;
}
header .header #menu .container .menu-menu .nav-menu .dropdown-menu li a:hover {
  color: #ffc700;
}
header .header #menu .container .menu-menu .nav-menu .dropdown-menu.shown {
  display: block;
}
header #banner-swiper .swiper-slide img {
  width: 100%;
}
header #banner-swiper .swiper-slide .banner-link {
  display: block;
  position: absolute;
  color: #fff;
  font-weight: 600;
  background-color: #6d6e70;
}
header #banner-swiper .swiper-slide .banner-link:hover {
  color: #ffc700;
}
header #banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff9801;
}
header .banner {
  width: 100%;
}
header .banner img {
  width: 100%;
}
.pageNav {
  word-wrap: break-word;
}
.pageNav li {
  max-width: 100%;
}
.sidebar {
  margin-bottom: 30px;
}
.sidebar .page-sidebar {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  position: relative;
  /* .title{
			.ft-wei;
			font-size:@sidebar-page-title-ft-size;
			height: @sidebar-page-title-height;
			line-height: @sidebar-page-title-line-height;
			background: @sidebar-page-title-bg-color;
			border-radius: 5px;
			text-transform: uppercase;
			padding: 0 10px;
		
			a{
				display: inline-block;
				width: 100%;
				padding-right: 20%;
				color:@sidebar-page-title-color;
		
				&amp;.selected{
					color:#1500A0;
		
					&amp;:after {
						font-family: icomoon;
						content: "\e946";
						color: #1500A0;
						position: absolute;
						right: 15px;
						top: -2px;
					}
				}
			}
		} */
}
.sidebar .page-sidebar .title {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 0px;
}
.sidebar .page-sidebar .title .title-icon {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  float: left;
  background-color: #da251d;
  margin-right: 2px;
}
.sidebar .page-sidebar .title .title-content {
  display: block;
  width: 88%;
  color: #fff;
  text-indent: 6px;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
  background-color: #4c597a;
}
.sidebar .page-sidebar ul &gt; li:not(.last) {
  border-bottom: 1px dashed #dddddd;
}
.sidebar .page-sidebar ul &gt; li .fa {
  margin-right: 6px;
  color: #1500A0;
}
.sidebar .page-sidebar ul &gt; li a {
  width: 100%;
  font-size: #ffffff;
  line-height: 35px;
  display: block;
  padding: 0 10px;
  padding-right: 20%;
  text-decoration: none;
  color: #000000;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sidebar .page-sidebar ul &gt; li a:hover {
  background-color: #ececec;
}
.sidebar .page-sidebar ul &gt; li a.selected,
.sidebar .page-sidebar ul &gt; li a.selected:link,
.sidebar .page-sidebar ul &gt; li a.selected:hover {
  background-color: #e7e7e7;
}
.sidebar .page-sidebar ul &gt; li a.selected:after,
.sidebar .page-sidebar ul &gt; li a.selected:link:after,
.sidebar .page-sidebar ul &gt; li a.selected:hover:after {
  font-family: icomoon;
  content: "\e946";
  color: #1500A0;
  position: absolute;
  right: 25px;
}
.sidebar .catalog {
  background-color: #f5f5f5;
  margin-bottom: 30px;
}
.sidebar .catalog .title {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 0px;
}
.sidebar .catalog .title .title-icon {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  float: left;
  background-color: #ffc700;
  margin-right: 2px;
}
.sidebar .catalog .title .title-content {
  display: block;
  width: 88%;
  color: #fff;
  text-indent: 6px;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
  background-color: #4c597a;
}
.sidebar .catalog ul &gt; li {
  border-top: 1px solid #fefefe;
  list-style-type: none;
}
.sidebar .catalog ul &gt; li:not(.last) {
  border-bottom: 1px solid #dddddd;
}
.sidebar .catalog ul &gt; li ul {
  padding-left: 0;
  text-indent: 20px;
}
.sidebar .catalog ul &gt; li ul &gt; li {
  border-top: 1px dashed #dddddd;
  border-bottom: none!important;
}
.sidebar .catalog ul &gt; li ul &gt; li i.fa {
  text-indent: 0px;
  margin-left: -14px;
}
.sidebar .catalog ul &gt; li ul &gt; li ul {
  text-indent: 40px;
}
.sidebar .catalog ul &gt; li .fa {
  margin-right: 6px;
  font-size: 5px;
}
.sidebar .catalog ul &gt; li a {
  width: 100%;
  font-size: 14px;
  line-height: 35px;
  display: block;
  padding: 0 10px;
  padding-right: 10%;
  text-decoration: none;
  color: #333333;
  font-weight: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sidebar .catalog ul &gt; li a:hover {
  background-color: #ebeef4;
}
.sidebar .catalog ul &gt; li a.selected,
.sidebar .catalog ul &gt; li a.selected:link,
.sidebar .catalog ul &gt; li a.selected:hover {
  background-color: #ebeef4;
}
.sidebar .catalog ul &gt; li a.selected:after,
.sidebar .catalog ul &gt; li a.selected:link:after,
.sidebar .catalog ul &gt; li a.selected:hover:after {
  font-family: icomoon;
  content: "\e946";
  position: absolute;
  right: 25px;
}
.sidebar .Featured {
  width: 100%;
  margin-bottom: 30px;
  background-color: #f7f7f7;
}
.sidebar .Featured .title {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 5px;
}
.sidebar .Featured .title .title-icon {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  float: left;
  background-color: #ffc700;
  margin-right: 2px;
}
.sidebar .Featured .title .title-content {
  display: block;
  width: 88%;
  color: #fff;
  text-indent: 6px;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
  background-color: #4c597a;
}
.sidebar .Featured .pro-list {
  height: 388px;
  overflow: hidden;
}
.sidebar .Featured .pro-list .fea-pro {
  width: 100%;
  margin: 15px 10px;
}
.sidebar .Featured .pro-list .fea-pro .image {
  float: left;
  width: 25%;
  height: 100%;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: Center;
}
.sidebar .Featured .pro-list .fea-pro .image img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  border: 1px solid #eee;
}
.sidebar .Featured .pro-list .fea-pro a {
  width: 70%;
  text-align: left;
  word-wrap: break-word;
  color: #5f6160;
}
.sidebar .Featured .fea-btn-prev,
.sidebar .Featured .fea-btn-next {
  position: relative;
  margin-right: 3%;
}
.sidebar .Featured .button-next,
.sidebar .Featured .button-prev {
  text-align: center;
  padding: 15px 0;
}
.sidebar .Featured .button-next img,
.sidebar .Featured .button-prev img {
  width: 50px;
  height: 20px;
}
#page-title {
  font-family: Arial;
  color: #716f70;
  border-bottom: 1px solid #e3e3e3;
  word-wrap: break-word;
}
#quickFeedback0,
#quickFeedback1 {
  margin-bottom: 30px;
}
#quickFeedback0 .title,
#quickFeedback1 .title {
  font-weight: 600;
  margin-top: 15px;
  width: 200px;
  text-align: center;
  color: #ffffff;
  background-color: #4c597a;
}
#quickFeedback0 .iBoxList3,
#quickFeedback1 .iBoxList3 {
  border: 1px solid #dddddd;
  border-top: 2px solid #dddddd;
  padding-top: 20px;
  padding-left: 15px;
  position: relative;
}
#quickFeedback0 .iBoxList3 .form-line label span,
#quickFeedback1 .iBoxList3 .form-line label span {
  color: red;
}
footer {
  background-color: #151b33;
}
footer .footCon,
footer .bottom-link {
  color: #ffffff;
}
footer .footCon ul &gt; li,
footer .bottom-link ul &gt; li {
  margin: 5px auto;
  color: #bec0c6;
}
footer .footCon ul &gt; li a:visited,
footer .bottom-link ul &gt; li a:visited,
footer .footCon ul &gt; li a:link,
footer .bottom-link ul &gt; li a:link {
  color: #ffffff;
}
footer .footCon ul &gt; li a:hover,
footer .bottom-link ul &gt; li a:hover {
  text-decoration: underline;
}
footer .footCon .figure strong,
footer .bottom-link .figure strong {
  display: inline-block;
  text-transform: uppercase;
}
footer .footCon .figure .title span,
footer .bottom-link .figure .title span {
  display: inline-block;
  padding: 3px 5px 3px 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  border-bottom: 2px solid #ffc700;
}
footer .footCon .figure.sns #share,
footer .bottom-link .figure.sns #share {
  text-align: center;
}
footer .footCon .figure.sns #share img,
footer .bottom-link .figure.sns #share img {
  border-radius: 0px;
}
footer .footCon .figure.sns #share a,
footer .bottom-link .figure.sns #share a {
  margin: 2px;
  display: inline-block;
}
footer .footCon .figure.sns #share a:link,
footer .bottom-link .figure.sns #share a:link,
footer .footCon .figure.sns #share a:visited,
footer .bottom-link .figure.sns #share a:visited {
  margin: 2px;
  display: inline-block;
}
footer .footCon .figure.address_info h4,
footer .bottom-link .figure.address_info h4 {
  color: #bec0c6;
  font-weight: 600;
  font-family: Arial;
}
footer .footCon .figure.address_info li,
footer .bottom-link .figure.address_info li {
  padding-left: 20px;
  position: relative;
}
footer .footCon .figure.address_info li i,
footer .bottom-link .figure.address_info li i {
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 4px;
}
footer .footCon .figure.catalog li,
footer .bottom-link .figure.catalog li {
  width: 80%;
  margin: 5px 0;
  word-wrap: break-word;
}
footer .footCon .figure.newsList .group .cal,
footer .bottom-link .figure.newsList .group .cal {
  display: block;
  float: left;
  width: 70px;
  height: 70px;
  border: 1px solid #798094;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
footer .footCon .figure.newsList .group .cal label,
footer .bottom-link .figure.newsList .group .cal label {
  display: block;
  text-align: center;
  margin: 0;
}
footer .footCon .figure.newsList .group .cal .mon,
footer .bottom-link .figure.newsList .group .cal .mon {
  height: 40%;
}
footer .footCon .figure.newsList .group .cal .day,
footer .bottom-link .figure.newsList .group .cal .day {
  height: 60%;
  color: #bec0c6;
  font-family: Arial;
}
footer .footCon .figure.newsList .group a,
footer .bottom-link .figure.newsList .group a {
  width: 60%;
  float: left;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
footer .footCon .figure.newsList .group p,
footer .bottom-link .figure.newsList .group p {
  word-wrap: break-word;
  float: left;
  color: #d1d6e6;
  white-space: pre-line;
}
footer .footCon .figure.video .image,
footer .bottom-link .figure.video .image {
  width: 100%;
  height: 100%;
  position: relative;
}
footer .footCon .figure.video .image a,
footer .bottom-link .figure.video .image a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: Center;
}
footer .footCon .figure.video .image a .image-cont,
footer .bottom-link .figure.video .image a .image-cont {
  max-width: 100%;
  max-height: 100%;
}
footer .footCon .figure.video .image a .bf-box,
footer .bottom-link .figure.video .image a .bf-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/icon/bf.png') center center no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
}
footer .bottom-link {
  background-color: #1e2435;
  padding: 10px 0;
  color: #90939e;
}
footer .bottom-link a {
  color: #4d688c;
}
footer .bottom-link a:link,
footer .bottom-link a:visited {
  color: #90939e;
}
footer .bottom-link .counter img {
  width: 15px;
}
@media (max-width: 767px) {
  header .top-header {
    font-size: 11px;
    line-height: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
  header .top-header .language a img {
    width: 25px;
    margin-right: 5px;
  }
  header .top-header .language .icon {
    color: #ffffff;
  }
  header .top-header .language .dropdown-toggle {
    cursor: pointer;
  }
  header .top-header .language .dropdown-menu {
    left: -60px;
    left: initial;
    max-height: 300px;
    overflow-y: scroll;
  }
  header .top-header .visible-xs .top-btn a {
    font-size: 14px;
    color: #fff;
  }
  header .top-header .visible-xs .top-btn button {
    padding: 0;
    margin: 0;
    clear: both;
    top: 1px;
    left: 6px;
    margin-left: 5px;
  }
  header .header-logo a {
    height: 36px;
  }
  header .header-logo a span {
    font-size: 12px;
  }
  header .header #menu {
    min-height: 0;
    margin: 0;
  }
  header .header #menu .menu-menu .navbar-nav li {
    padding: 10px 5px;
    margin: 0;
    line-height: 40px;
  }
  header .header #menu .menu-menu .navbar-nav li a,
  header .header #menu .menu-menu .navbar-nav li a:link,
  header .header #menu .menu-menu .navbar-nav li a:visited {
    padding: 0 5px;
    margin: 0;
    line-height: 25px;
  }
  header .header #menu .menu-menu .navbar-nav .nav-item a {
    padding: 0 10px;
    line-height: 40px;
    font-size: 14px;
    color: #000;
  }
  header .header #menu .menu-menu .nav-menu .dropdown-menu {
    color: #000000;
    background-color: rgba(250, 250, 250, 0.9) !important;
  }
  header .header #menu .menu-menu .nav-menu .dropdown-menu li a {
    color: #777!important;
  }
  header .header #menu .menu-menu .nav-menu .dropdown-menu li a:hover {
    color: #ffc700 !important;
  }
  header .header #menu .top-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    left: 10%;
    text-align: right;
  }
  header .header #menu .top-btn a {
    color: #fff;
    font-size: 14px;
  }
  header .header #menu .top-btn button {
    padding: 0;
    margin: 0;
    clear: both;
    top: 1px;
    left: 6px;
    margin-left: 5px;
    border: none;
  }
  header .header #menu .top-btn button .icon-bar {
    background-color: #ffffff;
  }
  header #banner-swiper .swiper-slide {
    font-size: 14px;
  }
  header #banner-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  #page-title {
    margin-bottom: 10px;
  }
  .content img {
    max-width: 100%;
  }
  #quickFeedback0 .title,
  #quickFeedback1 .title {
    font-size: 15.6px;
  }
  #quickFeedback0 .iBoxList3,
  #quickFeedback1 .iBoxList3 {
    padding-right: 15px;
  }
  #quickFeedback0 .iBoxList3 .form-line,
  #quickFeedback1 .iBoxList3 .form-line {
    height: 70px;
    line-height: 36px;
  }
  #quickFeedback0 .iBoxList3 .form-line.content,
  #quickFeedback1 .iBoxList3 .form-line.content {
    height: 170px;
  }
  #quickFeedback0 .iBoxList3 .form-line label,
  #quickFeedback1 .iBoxList3 .form-line label {
    margin: 0;
  }
  #quickFeedback0 .iBoxList3 .bottom,
  #quickFeedback1 .iBoxList3 .bottom {
    text-align: center;
    margin: 10px 0;
  }
  footer {
    font-size: 12px;
  }
  footer .footCon ul,
  footer .bottom-link ul {
    padding: 0 0 0 15px;
  }
  footer .footCon ul &gt; li,
  footer .bottom-link ul &gt; li {
    line-height: 20px;
  }
  footer .footCon ul &gt; li a,
  footer .bottom-link ul &gt; li a {
    font-size: 12px;
  }
  footer .footCon .figure,
  footer .bottom-link .figure {
    padding: 10px 0 10px 0;
  }
  footer .footCon .figure strong,
  footer .bottom-link .figure strong {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  footer .footCon .figure .title,
  footer .bottom-link .figure .title {
    line-height: 50px;
  }
  footer .footCon .figure .title span,
  footer .bottom-link .figure .title span {
    font-size: 16px;
    line-height: 25px;
  }
  footer .footCon .figure.sns .company-img img,
  footer .bottom-link .figure.sns .company-img img {
    display: inline-block;
    margin: 30px 5px 0;
  }
  footer .footCon .figure.sns #share.little img,
  footer .bottom-link .figure.sns #share.little img {
    width: 20px;
  }
  footer .footCon .figure.sns #share.normal img,
  footer .bottom-link .figure.sns #share.normal img {
    width: 24px;
  }
  footer .footCon .figure.sns #share.large img,
  footer .bottom-link .figure.sns #share.large img {
    width: 28px;
  }
  footer .footCon .figure.address_info i,
  footer .bottom-link .figure.address_info i {
    padding-right: 5px;
  }
  footer .footCon .figure.address_info .contact-qrcode{
      text-align: center;
  }
  footer .footCon .figure.address_info .contact-qrcode img{
      width: 128px;
  }
  footer .footCon .figure.newsList .group .cal .mon,
  footer .bottom-link .figure.newsList .group .cal .mon {
    line-height: 40px;
    font-size: 16px;
  }
  footer .footCon .figure.newsList .group .cal .day,
  footer .bottom-link .figure.newsList .group .cal .day {
    line-height: 35px;
    font-size: 28px;
  }
  footer .footCon .figure.newsList .group a,
  footer .bottom-link .figure.newsList .group a {
    font-size: 14px;
    line-height: 32px;
  }
  footer .footCon .figure.newsList .group p,
  footer .bottom-link .figure.newsList .group p {
    width: 60%;
  }
  footer .footCon .figure.video .image,
  footer .bottom-link .figure.video .image {
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  header .top-header {
    line-height: 22px;
    font-size: 12px;
  }
  header .top-header .language {
    text-align: center;
  }
  header .top-header .language a {
    color: inherit;
    margin: 0 2.1%;
  }
  header .top-header .language a img {
    width: 25px;
  }
  header .top-header .hidden-xs .search-form {
    top: 0px;
    right: 0px;
    width: 50vw;
  }
  header .top-header .hidden-xs .search-form form input[type=text] {
    height: 22px;
  }
  header .top-header .hidden-xs .search-form form button {
    top: 2.5px;
  }
  header .top-header .hidden-xs .top-btn {
    font-size: 18px;
  }
  header .top-header .hidden-xs .top-btn .search {
    margin-right: 20px;
    font-size: 16.2px;
  }
  header .header-logo a {
    height: 100px;
  }
  header .header-logo .jumbotron-search {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: Center;
  }
  header .header-logo .jumbotron-search input {
    width: 240px;
    height: 40px;
    border-right: none;
    border-color: #DCDCDC;
    border-radius: 0;
    padding-left: 15px;
    margin-right: 0;
  }
  header .header-logo .jumbotron-search button {
    width: 45px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 0px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
  }
  header .header #menu {
    min-height: 0;
    line-height: 55px;
  }
  header .header #menu .container .menu-menu .navbar-nav &gt; li &gt; a {
    padding: 15px 20px;
    font-size: 16px;
  }
  header .header #menu .container .menu-menu .nav-menu .dropdown-menu {
    border-top: 4px solid #ffc700;
  }
  header .header #menu .container .menu-menu .nav-menu .dropdown-menu li {
    line-height: 30px;
    padding: 0 10px;
  }
  header .header #menu .container .menu-menu .nav-menu .dropdown-menu li a {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
  }
  header #banner-swiper .swiper-slide {
    font-size: 18px;
  }
  header #banner-swiper .swiper-slide .banner-link {
    padding: 15px 30px;
    font-size: 14px;
    left: 15%;
    bottom: 20%;
  }
  header #banner-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  #page-title {
    margin-bottom: 20px;
  }
  #quickFeedback0 .title,
  #quickFeedback1 .title {
    font-size: 15px;
    line-height: 30px;
  }
  #quickFeedback0 .iBoxList3,
  #quickFeedback1 .iBoxList3 {
    padding-right: 80px;
  }
  #quickFeedback0 .iBoxList3 .form-line,
  #quickFeedback1 .iBoxList3 .form-line {
    height: 50px;
    line-height: 36px;
  }
  #quickFeedback0 .iBoxList3 .form-line.content,
  #quickFeedback1 .iBoxList3 .form-line.content {
    height: 165px;
  }
  #quickFeedback0 .iBoxList3 .form-line label,
  #quickFeedback1 .iBoxList3 .form-line label {
    text-align: right;
  }
  #quickFeedback0 .iBoxList3 .bottom,
  #quickFeedback1 .iBoxList3 .bottom {
    position: absolute;
    bottom: 16px;
    right: 90px;
  }
  footer {
    font-size: 13px;
  }
  footer .footCon ul,
  footer .bottom-link ul {
    padding: 0 0 0 0px;
  }
  footer .footCon ul &gt; li,
  footer .bottom-link ul &gt; li {
    line-height: 20px;
  }
  footer .footCon ul &gt; li a,
  footer .bottom-link ul &gt; li a {
    font-size: 12px;
  }
  footer .footCon .figure,
  footer .bottom-link .figure {
    padding: 50px 0 15px 0;
  }
  footer .footCon .figure strong,
  footer .bottom-link .figure strong {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  footer .footCon .figure .title,
  footer .bottom-link .figure .title {
    line-height: 50px;
  }
  footer .footCon .figure .title span,
  footer .bottom-link .figure .title span {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 25px;
  }
  footer .footCon .figure.sns .company-img img,
  footer .bottom-link .figure.sns .company-img img {
    margin: 0 auto;
  }
  footer .footCon .figure.sns #share.little img,
  footer .bottom-link .figure.sns #share.little img {
    width: 20px;
  }
  footer .footCon .figure.sns #share.normal img,
  footer .bottom-link .figure.sns #share.normal img {
    width: 28px;
  }
  footer .footCon .figure.sns #share.large img,
  footer .bottom-link .figure.sns #share.large img {
    width: 36px;
  }
  footer .footCon .figure.address_info i,
  footer .bottom-link .figure.address_info i {
    padding-right: 5px;
  }
  footer .footCon .figure.address_info .contact-qrcode{
      position: absolute;
      right: 0;
      bottom: 20px;
  }
  footer .footCon .figure.address_info .contact-qrcode img{
      width: 128px;
  }
  footer .footCon .figure.newsList .group .cal .mon,
  footer .bottom-link .figure.newsList .group .cal .mon {
    line-height: 40px;
    font-size: 16px;
  }
  footer .footCon .figure.newsList .group .cal .day,
  footer .bottom-link .figure.newsList .group .cal .day {
    line-height: 35px;
    font-size: 28px;
  }
  footer .footCon .figure.newsList .group a,
  footer .bottom-link .figure.newsList .group a {
    font-size: 13px;
    line-height: 32px;
  }
  footer .footCon .figure.newsList .group p,
  footer .bottom-link .figure.newsList .group p {
    width: 60%;
  }
  footer .footCon .figure.video,
  footer .bottom-link .figure.video {
    padding-right: 40px;
  }
  footer .footCon .figure.video .image,
  footer .bottom-link .figure.video .image {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  footer .bottom-link {
    font-size: 12px;
  }
}
</pre></body></html>